home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / lib / mathlib / libfft / README < prev   
Encoding:
Text File  |  1994-08-02  |  1.4 KB  |  37 lines

  1. Libfft Version 2.3 is also included in SGI's Scientific Library "complib", 
  2. which is available with the Fortran 4.0+ compiler.
  3.  
  4. The current library comes in four formats:
  5.  
  6. o mips1: compilation flags -O2, 
  7.     will run on all systems,
  8.     can be link with C or Fortran compilers. 
  9.     This is NOT a parallel version.
  10.  
  11. o mips2: compiled with the "-O2 -mips2" flags,
  12.     will run only on systems with R4000 CPUs, 
  13.     can be used with both C and Fortran compilers.
  14.     This is NOT a parallel version.
  15.  
  16. o mp_mips1: compiled "-O2 -mp" 
  17.     will run all systems. 
  18.     Requires Fortran compilers since it uses the Fortran MP library.
  19.     This version will run in parallel on Power Series systems.
  20.  
  21. o mp_mips2: compiled "-O2 -mips2 -mp"
  22.     will run all Challenge and Onyx systems only. 
  23.     Requires Fortran compilers since it uses the Fortran MP library.
  24.     This version will run in parallel.
  25.  
  26. Note the libraries were compiled under Irix5.1 and the corresponding
  27. compilers. The object files use the new ELF format, and cannot be mixed
  28. with routines compiled under Irix4.* which use the classical COFF format.
  29.  
  30. The TRY directory contains test and timing drivers. 
  31.  
  32. The fft1 and fft2 directories contain examples using fftlib. To run
  33. them, modify the Makefile to point to the appropriate fftlib for your
  34. machine and type make. To run the example, simply type RUNME.
  35.  
  36. Finally in the DOC directory you will find a ASCII documentation file.
  37.